Click or drag to resize

PrackAcceptLanguage Property

Gets or sets Accept-Language header field. The Accept-Language header field, is used in requests to indicate the preferred languages for reason phrases or session descriptions in the request body. The rules for ordering the languages is based on the "q" parameter.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string AcceptLanguage { get; set; }

Property Value

Type: String
See Also